feat(ui): add reusable developer surface system - #3
Open
BunsDev wants to merge 93 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objective
Evolve OpenCoven UI from a component specimen library into a reusable development-surface system for project context, SDK/CLI integration state, daemon/runtime authority cues, and verifiable execution receipts—without turning this repository into another runtime or product authority.
This PR is stacked on #2, which is stacked on #1. It should merge after both foundations.
Architecture
The integration boundary follows current OpenCoven ownership:
@opencoven/sdkis represented as an experimental, read-only data source; UI does not imply deferred mutation APIs exist.@opencoven/cli/covenis the canonical user-facing CLI; the SDK repository’s private@opencoven/dev-cliis not presented as public product surface.@opencoven/uiaccepts normalized view models and renders state; it performs no discovery, credential access, transport negotiation, or mutation.What changed
ConnectionStatusfor SDK/CLI/daemon/runtime/project health plus explicit authority levelCommandReceiptfor pre-redacted CLI/SDK/daemon/runtime invocation evidenceDeveloperSurface, a responsive assembled block combining project context, integrations, receipts, and adapter guidance/developerreference surface showing the canonical CLI, experimental read-only SDK, daemon authority, and coven-code runtime state/developerdocs/developer-surface.mdwith the SDK/CLI adapter, authority, receipt, and protected-data contractsdeveloper-surfacefrom generated registry output/r/*cannot silently lag source/developerdesktop, mobile, light/dark, compact, and 200%-text visual receiptsDeliberate non-goals
@opencoven/sdkor@opencoven/cliVerification
Final head:
713e305ad6a515dd3ba31e7bf697685a54ddd5ebCI— successVisual review— successopencoven-uiVercel preview — ReadyOrdinary CI verifies:
Visual receipts verify:
/developerdark desktop/developerdark mobile at 390px compact/developerlight desktop compact/developerdark mobile at 390px and 200% textAt 390px and 200% text, document, card, stage, tab-root, transcript, session-header, and developer-surface overflow are all zero.
Public additions
ConnectionStatusCommandReceiptDeveloperSurface/developerreference surfaceconnection-statuscommand-receiptdeveloper-surfaceRisk and rollback
The components remain presentation-only and accept bounded host-owned view models. They introduce no SDK/CLI runtime dependency and perform no authority-bearing operation. Revert this PR to remove the developer-surface system without affecting the specimen-shell or visual-receipt foundations.